-# $Id: app.pro,v 1.8 2009/09/02 19:05:27 robertl Exp $
+# $Id: app.pro,v 1.9 2009/09/06 17:04:36 robertl Exp $
#
CONFIG += qt release
RESOURCES = app.qrc
RC_FILE = app.rc
-win32:TARGET=gpsbabelfe
-unix:TARGET=gpsbabelfe-bin
+TARGET=GPSBabelFE
extras.commands = (make -f makeextras.mak)
extras.target = extras
-// $Id: appname.h,v 1.1 2009/07/05 21:14:56 robertl Exp $
+// $Id: appname.h,v 1.2 2009/09/06 17:04:36 robertl Exp $
//
//------------------------------------------------------------------------
//
//
#ifndef APPNAME_H
#define APPNAME_H
-static const char *appName = "GPSBabelFE";
+static const char *appName = "GPSBabel";
#endif
// -*- C++ -*-
-// $Id: main.cpp,v 1.5 2009/09/02 19:05:27 robertl Exp $
+// $Id: main.cpp,v 1.6 2009/09/06 17:04:36 robertl Exp $
//------------------------------------------------------------------------
//
// Copyright (C) 2009 S. Khai Mong <khai@mangrai.com>.
QCoreApplication::setOrganizationName("GPSBabel");
QCoreApplication::setOrganizationDomain("gpsbabel.org");
- QCoreApplication::setApplicationName("GPSBabelFE");
+ QCoreApplication::setApplicationName("GPSBabel");
MainWindow mainWindow(0);
mainWindow.show();
static kern_return_t FindModems(io_iterator_t *matchingServices);
static kern_return_t GetModemPath(io_iterator_t serialPortIterator, char *bsdPath, CFIndex maxPathSize);
static int OpenSerialPort(const char *bsdPath);
-static char *LogString(char *str);
-static Boolean InitializeModem(int fileDescriptor);
-static void CloseSerialPort(int fileDescriptor);
// Returns an iterator across all known modems. Caller is responsible for
// releasing the iterator when iteration is complete.
// -*- C++ -*-
-// $Id: upgrade.cpp,v 1.14 2009/09/06 05:04:07 robertl Exp $
+// $Id: upgrade.cpp,v 1.15 2009/09/06 17:04:36 robertl Exp $
/*
Copyright (C) 2009 Robert Lipe, robertlipe@gpsbabel.org
case QSysInfo::WV_6_1: return "7"; break;
default:
return "Windows/Unknown";
-#endif
}
+#endif
// FIXME: find something appropriately clever to do for Linux, etc. here.
return "Unknown";
}